home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / loa_and_the_island.swf / scripts / DefineSprite_310 / frame_1 / PlaceObject2_309_11 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2008-03-17  |  286b  |  18 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.paused == false and _root.event == 4)
  3.    {
  4.       if(_parent._parent._currentframe > 85)
  5.       {
  6.          gotoAndStop(1);
  7.       }
  8.       else
  9.       {
  10.          play();
  11.       }
  12.    }
  13.    if(_root.paused == true)
  14.    {
  15.       stop();
  16.    }
  17. }
  18.